projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bd773
)
gtkrecentchooserdialog: unseal private pointer
author
Javier Jardón
<jjardon@gnome.org>
Wed, 7 Jul 2010 23:53:39 +0000
(
01:53
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 13 Jul 2010 17:40:49 +0000
(19:40 +0200)
gtk/gtkrecentchooserdialog.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrecentchooserdialog.h
b/gtk/gtkrecentchooserdialog.h
index cfcce51362d1a2234b525bf60d4bf07d5034090b..a2f9c79ee41f817f1e01226a2a29bead029cf746 100644
(file)
--- a/
gtk/gtkrecentchooserdialog.h
+++ b/
gtk/gtkrecentchooserdialog.h
@@
-45,10
+45,10
@@
typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate;
struct _GtkRecentChooserDialog
{
- /*< private >*/
GtkDialog parent_instance;
- GtkRecentChooserDialogPrivate *GSEAL (priv);
+ /*< private >*/
+ GtkRecentChooserDialogPrivate *priv;
};
struct _GtkRecentChooserDialogClass